curl --request GET \
--url https://api.getmaxim.ai/v1/test-runs/entries \
--header 'x-maxim-api-key: <api-key>'{
"data": {
"entries": [
{}
]
},
"pagination": {
"cursor": "<string>",
"hasMore": true
}
}Get test run entries
curl --request GET \
--url https://api.getmaxim.ai/v1/test-runs/entries \
--header 'x-maxim-api-key: <api-key>'{
"data": {
"entries": [
{}
]
},
"pagination": {
"cursor": "<string>",
"hasMore": true
}
}Documentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
Unique identifier for the workspace
Test run ID to fetch entries for
Entry ID to fetch detailed information for a specific entry
Cursor for pagination
Maximum number of records to return (max: 100)
x <= 100Sort order for the results
Search query to filter results
Additional filters for the query
Show child attributes
Was this page helpful?